home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / ISO9660 / OS2 / YAOS / NEW.TXT < prev    next >
Encoding:
Text File  |  1996-01-15  |  3.1 KB  |  76 lines  |  [TEXT/hscd]

  1. New in this release (v1.00)
  2. ---------------------------
  3. 1) A vcd-like quick directory changer. The new command "ycd <directory>"
  4.    performs a quick change to the directory specified anywhere on the same
  5.    drive. When the command is first issued on any drive, a directory scan
  6.    is carried out and the results stored in a file named "YCD_DAT" in the
  7.    root directory of that drive. Subsequently, YCD_DAT will be used whenever
  8.    a ycd is called. If you make changes to the directory structure, you can
  9.    cause yaos to rescan by deleting the YCD_DAT file. Currently, ycd do not
  10.    support cross directory searches.
  11.    [Note: If you are on a networked drive and do not have write permissions,
  12.    using ycd will result in a directory scan every time. (I have not personally
  13.    tested ycd on a networked drive.)]
  14.  
  15. 2) Implemented CMD.EXE's F1 functionality. To search through previously used 
  16.    commands, just type in the first few characters and hit the F1 function-key
  17.    to cycle through matches. You can also use the Up/Down arrow keys to do
  18.    the same thing. As a result, command editing after a search no longer
  19.    begins at the end of the commandline.
  20.  
  21. 3) A command selected in a history popup window (using <Alt-h>) is not 
  22.    executed immediately. This allows you to edit the command before issuing it.
  23.  
  24. 4) Wrap-around now occurs in all popup windows.
  25.  
  26. New in release (v0.99)
  27. ----------------------
  28. 1) Bug fixes: "!.." works if ".." is in cmdline history.
  29.    (plus a few minor fixes)
  30.  
  31. 2) 'x' no longer exits yaos. Both 'exit' and Alt-x do. 
  32.  
  33. 3) Environment variable expansion works now. For example, you can do something
  34.    like this:   set path=%path%c:\mydir;
  35.  
  36. 4) No longer exits unnecessarily when Ctrl-C is pressed while executing a
  37.    command. In fact, yaos mask out SIGINT and SIGBREAK signals.
  38.  
  39. 5) Use of '&' to detach a process like in Unix.
  40.  
  41. 6) New command "kill <pid>" that destroys the process whose id is <pid> 
  42.    (<pid> can be specified in hexadecimal (e.g., 0x261) or 
  43.    decimal (e.g., 609). Make use of the OS/2 program "pstat /c" to find out
  44.    the pids of active processes.
  45.  
  46. New in release v0.98a
  47. ---------------------
  48. This release fixes a bug in v0.98 relating to writing aliases to files.
  49. It has no additional feature over v0.98.
  50.  
  51. New in release v0.98
  52. --------------------
  53. 1) The '-r <filename>' option is obsolete. In its place, a new option
  54.    '-s <filename>' is added. The file may contain both alias definitions
  55.    and environment variables settings.
  56.  
  57. 2) The command "alias -r <filename>" is now replaced by a more general
  58.    command called "source <filename>". The contents of <filename> may
  59.    contain both alias definitions and environment variables settings.
  60.  
  61. 3) Alias expansions will not be shown if the '-q' flag is used.
  62.  
  63. 4) Alias definition in a file requires the "alias" keyword. Previously, an
  64.    alias definition in a file looked like:
  65.            c=cls
  66.    Now, it must be specified as:
  67.            alias c=cls OR
  68.            alias c cls
  69.  
  70. 5) Verify on/off settings work now.
  71.  
  72. 6) Hitting the <Esc> key clears the command line.
  73.  
  74.  
  75.  
  76.